Remove qemu-vgaram-bin. It's not used any more.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 11 Aug 2005 08:57:48 +0000 (08:57 +0000)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 11 Aug 2005 08:57:48 +0000 (08:57 +0000)
.hgignore
tools/ioemu/target-i386-dm/Makefile
tools/ioemu/target-i386-dm/qemu-vgaram-bin.gz [deleted file]

index 2500fa7693e7e5c8463dd83deaf96074b3a02ae7..9cfb00dcafecca55808c80c8db10e245af4675e8 100644 (file)
--- a/.hgignore
+++ b/.hgignore
 ^tools/ioemu/target-.*/Makefile$
 ^tools/ioemu/target-.*/config\..*$
 ^tools/ioemu/target-.*/qemu-dm$
-^tools/ioemu/target-.*/qemu-vgaram-bin$
 ^tools/libxc/xen/.*$
 ^tools/misc/cpuperf/cpuperf-perfcntr$
 ^tools/misc/cpuperf/cpuperf-xen$
index dce779d2db027be0941a9eed4733b3638a18f8a6..56c07c4a3b162d4641ab1e877b0c7f68b07ef118 100644 (file)
@@ -376,10 +376,10 @@ mixeng.o: mixeng.c mixeng.h mixeng_template.h
        $(CC) $(DEFINES) -c -o $@ $<
 
 clean:
-       rm -rf *.o  *.a *~ $(PROGS) gen-op.h opc.h op.h nwfpe slirp qemu-vgaram-bin
+       rm -rf *.o  *.a *~ $(PROGS) gen-op.h opc.h op.h nwfpe slirp
 
 distclean:
-       rm -rf *.o  *.a *~ $(PROGS) gen-op.h opc.h op.h nwfpe slirp qemu-vgaram-bin
+       rm -rf *.o  *.a *~ $(PROGS) gen-op.h opc.h op.h nwfpe slirp
 
 install: all 
        if [ ! -d $(INSTALL_DIR) ];then mkdir -p $(INSTALL_DIR);fi
@@ -387,8 +387,6 @@ install: all
        install -m 755 -s $(PROGS) "$(INSTALL_DIR)"
        install -m 755 qemu-dm.debug "$(INSTALL_DIR)"
        install -m 755 qemu-ifup "$(DESTDIR)$(configdir)"
-       gunzip -c qemu-vgaram-bin.gz >qemu-vgaram-bin 
-       install -m 755 qemu-vgaram-bin "$(DESTDIR)$(configdir)"
 ifneq ($(wildcard .depend),)
 include .depend
 endif
diff --git a/tools/ioemu/target-i386-dm/qemu-vgaram-bin.gz b/tools/ioemu/target-i386-dm/qemu-vgaram-bin.gz
deleted file mode 100644 (file)
index 86e44ab..0000000
Binary files a/tools/ioemu/target-i386-dm/qemu-vgaram-bin.gz and /dev/null differ